Page summary

L5Mobile

Tested 2023-02-18 22:52:17 using Chrome 110.0.5481.65 (runtime settings).

SummaryWaterfall MetricsCoachPageXrayThird party
| Summary | | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score70
Total Page Transfer Size2.1 MB
Requests40
Timing metrics
TTFB [median]41 ms
First Paint [median]180 ms
Fully Loaded [median]446 ms
Google Web Vitals
TTFB [median]41 ms
First Contentful Paint (FCP) [median]196 ms
Largest Contentful Paint (LCP) [median]427 ms
Cumulative Layout Shift (CLS) [median]0.00
CPU longest task duration122 ms
Screenshot of run 5

Timings Summary

Metricminmedianmeanmax
RUM Metrics
TTFB24 ms41 ms41 ms61 ms
LCP327 ms427 ms429 ms641 ms
FCP166 ms196 ms203 ms408 ms
firstPaint150 ms180 ms189 ms408 ms
loadEventEnd367 ms416 ms427 ms777 ms
CLS0000
CPU
Total Blocking Time0 ms0 ms3 ms38 ms
Max Potential FID0 ms0 ms15 ms88 ms
CPU long tasks 0002
CPU last long task happens at0 ms0 ms75 ms561 ms
| Waterfall | | Download HAR | 

Waterfall

Run 5 LoadEventEnd median

| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices.

I am the coach

Coach score

Performance advice (70)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 14 blocking requests and 8 in body parser blocking (9 JavaScript and 13 CSS).10
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/js/v...s/v4-shims.min.js
  • http://192.168.100.184/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.0.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery.min.js?ver=3.6.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2
  • http://192.168.100.184/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428
  • http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/js/v...s/v4-shims.min.js
  • Don't scale images in the browser (avoidScalingImages)The page has 1 image that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.90
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • http://192.168.100.184/wp-content/uploads/2018/11/quote-1.png
  • Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 13 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • http://192.168.100.184/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.0.2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/astra-google-f...-google-fonts.css
  • http://192.168.100.184/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/eicons/css/elemen...tor-icons.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swi...ss/swiper.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-442.css?ver=1676660369
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...e/css/all.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/.../v4-shims.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428
  • http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css
  • Avoid CPU Long Tasks (longTasks)The page has 2 CPU long tasks with the total of 121 ms. The total blocking time is 16 ms and 1 long task before first contentful paint with total time of 55 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.60
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • self
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 39 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 2.2 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • http://192.168.100.184/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.0.2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/astra-google-f...-google-fonts.css
  • http://192.168.100.184/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/eicons/css/elemen...tor-icons.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swi...ss/swiper.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-442.css?ver=1676660369
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...e/css/all.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/.../v4-shims.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428
  • http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/js/v...s/v4-shims.min.js
  • http://192.168.100.184/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.0.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery.min.js?ver=3.6.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2
  • http://192.168.100.184/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/uploads/2018/11/quote-1.png
  • http://192.168.100.184/wp-content/uploads/2020/01/hiking-v1.jpg
  • http://192.168.100.184/wp-content/uploads/2020/01/walking-v1.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-01.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-03.jpg
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-400.woff2
  • http://192.168.100.184/wp-content/uploads/2018/11/winter-sport.jpg
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/poppins-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/webf...a-solid-900.woff2
  • http://192.168.100.184/wp-content/uploads/2018/11/hero-bg.jpg
  • http://192.168.100.184/wp-content/uploads/2018/11/water-sports-04.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-04.jpg
  • http://192.168.100.184/wp-content/uploads/2018/11/camp-1.jpg
  • http://192.168.100.184/wp-content/uploads/2020/01/section-bg-img.jpg
  • http://192.168.100.184//wp-content/plugins/elementor/assets/js/text-editor.2c35a...950.bundle.min.js
  • http://192.168.100.184/favicon.ico
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 75.1 kB and uncompressed size is 442.5 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    http://192.168.100.184/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.0.2 8.6 KB45.3 KB
    http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/astra-google-f...-google-fonts.css 392 B2.0 KB
    http://192.168.100.184/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1 12.2 KB92.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/eicons/css/elemen...tor-icons.min.css 3.9 KB18.9 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.1 11.6 KB83.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swi...ss/swiper.min.css 4.5 KB16.1 KB
    http://192.168.100.184/wp-content/uploads/elementor/css/post-442.css?ver=1676660369 358 B1.1 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...e/css/all.min.css 12.6 KB58.0 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/.../v4-shims.min.css 4.1 KB26.1 KB
    http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428 1.9 KB17.4 KB
    http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295 645 B13.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css 12.3 KB56.6 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css 309 B680 B
    Avoid too many fonts (fewFonts)The page has 4 font requests. Do you really need them? What value does the fonts give the user?60
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-400.woff2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/poppins-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/webf...a-solid-900.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 1.9 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.2 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    http://192.168.100.184/ 17.0 KB114.0 KB
    http://192.168.100.184/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.0.2 8.6 KB45.3 KB
    http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/astra-google-f...-google-fonts.css 392 B2.0 KB
    http://192.168.100.184/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1 12.2 KB92.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/eicons/css/elemen...tor-icons.min.css 3.9 KB18.9 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.1 11.6 KB83.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swi...ss/swiper.min.css 4.5 KB16.1 KB
    http://192.168.100.184/wp-content/uploads/elementor/css/post-442.css?ver=1676660369 358 B1.1 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...e/css/all.min.css 12.6 KB58.0 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/.../v4-shims.min.css 4.1 KB26.1 KB
    http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428 1.9 KB17.4 KB
    http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295 645 B13.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css 12.3 KB56.6 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css 309 B680 B
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/js/v...s/v4-shims.min.js 4.1 KB14.7 KB
    http://192.168.100.184/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.0.2 4.4 KB17.7 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.1 2.1 KB4.8 KB
    http://192.168.100.184/wp-includes/js/jquery/jquery.min.js?ver=3.6.1 30.3 KB87.6 KB
    http://192.168.100.184/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 4.1 KB11.0 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.1 11.4 KB35.6 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2 2.9 KB11.9 KB
    http://192.168.100.184/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2 6.9 KB20.9 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.1 12.1 KB40.9 KB
    http://192.168.100.184/wp-content/uploads/2018/11/quote-1.png 4.4 KB4.4 KB
    http://192.168.100.184/wp-content/uploads/2020/01/hiking-v1.jpg 245.9 KB245.9 KB
    http://192.168.100.184/wp-content/uploads/2020/01/walking-v1.jpg 277.3 KB277.3 KB
    http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-01.jpg 38.5 KB38.5 KB
    http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-03.jpg 168.1 KB168.1 KB
    http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-400.woff2 23.0 KB23.0 KB
    http://192.168.100.184/wp-content/uploads/2018/11/winter-sport.jpg 63.5 KB63.5 KB
    http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/poppins-normal-latin-700.woff2 7.6 KB7.6 KB
    http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-700.woff2 22.5 KB22.5 KB
    http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/webf...a-solid-900.woff2 76.4 KB76.4 KB
    http://192.168.100.184/wp-content/uploads/2018/11/hero-bg.jpg 193.2 KB193.2 KB
    http://192.168.100.184/wp-content/uploads/2018/11/water-sports-04.jpg 77.7 KB77.7 KB
    http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-04.jpg 14.9 KB14.9 KB
    http://192.168.100.184/wp-content/uploads/2018/11/camp-1.jpg 43.8 KB43.8 KB
    http://192.168.100.184/wp-content/uploads/2020/01/section-bg-img.jpg 758.1 KB758.1 KB
    http://192.168.100.184//wp-content/plugins/elementor/assets/js/text-editor.2c35a...950.bundle.min.js 665 B1.3 KB
    http://192.168.100.184/favicon.ico 196 B196 B
    Avoid missing and error requests (responseOk)The page has 1 error response. The page has 1 response with code 404. 90
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • http://192.168.100.184/favicon.ico
  • Best practice advice (89)

    TitleAdviceScore
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Avoid unnecessary headers (unnecessaryHeaders)There are 40 responses that sets a server header. 60
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • http://192.168.100.184/
  • http://192.168.100.184/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.0.2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/astra-google-f...-google-fonts.css
  • http://192.168.100.184/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/eicons/css/elemen...tor-icons.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swi...ss/swiper.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-442.css?ver=1676660369
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...e/css/all.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/.../v4-shims.min.css
  • http://192.168.100.184/wp-content/uploads/elementor/css/post-4.css?ver=1676664428
  • http://192.168.100.184/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1676664295
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...ntawesome.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/css/...css/solid.min.css
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/js/v...s/v4-shims.min.js
  • http://192.168.100.184/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.0.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery.min.js?ver=3.6.1
  • http://192.168.100.184/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2
  • http://192.168.100.184/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.1
  • http://192.168.100.184/wp-content/uploads/2018/11/quote-1.png
  • http://192.168.100.184/wp-content/uploads/2020/01/hiking-v1.jpg
  • http://192.168.100.184/wp-content/uploads/2020/01/walking-v1.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-01.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-03.jpg
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-400.woff2
  • http://192.168.100.184/wp-content/uploads/2018/11/winter-sport.jpg
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/poppins-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/uploads/omgf/astra-google-fonts/lato-normal-latin-700.woff2
  • http://192.168.100.184/wp-content/plugins/elementor/assets/lib/font-awesome/webf...a-solid-900.woff2
  • http://192.168.100.184/wp-content/uploads/2018/11/hero-bg.jpg
  • http://192.168.100.184/wp-content/uploads/2018/11/water-sports-04.jpg
  • http://192.168.100.184/wp-content/uploads/2021/02/outdoor-image-04.jpg
  • http://192.168.100.184/wp-content/uploads/2018/11/camp-1.jpg
  • http://192.168.100.184/wp-content/uploads/2020/01/section-bg-img.jpg
  • http://192.168.100.184//wp-content/plugins/elementor/assets/js/text-editor.2c35a...950.bundle.min.js
  • http://192.168.100.184/favicon.ico
  • Privacy advice (72)

    TitleAdviceScore
    Serve your content securely (https)What!! The page is not using HTTPS. Every unencrypted HTTP request reveals information about user’s behavior, read more about it at https://https.cio.gov/everything/. You can get a totally free SSL/TLS certificate from https://letsencrypt.org/.0
    Description: A page should always use HTTPS (https://https.cio.gov/everything/). You also need that for HTTP/2. You can get your free SSL/TLC certificate from https://letsencrypt.org/.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • http://192.168.100.184/
  • Set a permission policy header that opt out your users being tracked in Chrome by FLoC. (disableFLoCHeader)Set a permission policy header that opt out Chrome for tracking what your users do on your site.0
    Description: Googles new tracking method is called Federated Learning of Cohorts (FLoC) and it groups you based on your interests and demographics, derived from your browsing history, to enable creepy advertising and other content targeting without third-party cookies. You can avoid that by setting a Permissions-Policy header with the value of interest-cohort=(). See https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea.
    Offenders:
  • http://192.168.100.184/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • http://192.168.100.184/
  • Page info

    Page info
    TitleWebsite Test – For testing purposes
    GeneratorWordPress 6.1.1
    Width412
    Height5076
    DOM elements362
    Avg DOM depth11
    Max DOM depth25
    Iframes0
    Script tags12
    Local storage0 b
    Session storage0 b
    Network Information API4g

    Technologies used to build the page.

    Data collected using Wappalyzer.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    WordPress 6.1.1100  CMS Blogs
    Elementor 3.11.1100  Page builders
    MySQL 100  Databases
    PHP 100  Programming languages
    Apache 100  Web servers
    jQuery Migrate 3.3.2100  JavaScript libraries
    jQuery 100  JavaScript libraries
    Font Awesome 100  Font scripts
    | Browser metrics | Largest Contentful Paint | Cumulative Layout Shift | Metrics from CDP | 

    Data from run 5

    Browser Metrics

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeSECTION
    Element/tag<section class="elementor-section elementor-top-section elementor-element elementor-element-c50838b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c50838b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"></section>
    Render time 483 ms
    Load time366 ms
    URL http://192.168.100.1...18/11/hero-bg.jpg
    Size (width*height)165977
    DOM path
    div#page > div#content > div > div#primary > main#main > article#post-4 > div > div > section:eq(0)> div#page > div#content > div > div#primary > main#main > article#post-4 > div > div > section:eq(0)>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    No layout shift detected.

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    Documents5
    Frames1
    JSEventListeners26
    LayoutObjects392
    MediaKeySessions0
    MediaKeys0
    Nodes1000
    Resources81
    ContextLifecycleStateObservers6
    V8PerContextDatas3
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers5
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents0
    LayoutCount10
    RecalcStyleCount10
    LayoutDuration36
    RecalcStyleDuration56
    DevToolsCommandDuration41
    ScriptDuration110
    V8CompileDuration2
    TaskDuration555
    TaskOtherDuration310
    ThreadTime1
    ProcessTime1
    JSHeapUsedSize3101180
    JSHeapTotalSize5226496
    FirstMeaningfulPaint190
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests40
    Total domains1
    Total transfer size2.1 MB
    Total content size2.7 MB
    Responses missing compression21
    Number of cookies0
    Third party cookies0
    Requests per response code
    20039
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html325 B17.0 KB114.0 KB1
    css4.1 KB73.3 KB432.1 KB13
    javascript3.3 KB79.0 KB246.5 KB10
    image2.9 KB1.8 MB1.8 MB11
    font1.1 KB129.5 KB129.5 KB4
    Total11.7 KB2.1 MB2.7 MB39

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    192.168.100.1841.654 s2.1 MB2.7 MB40

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds0 seconds
    Last modified1 day1 day1 day

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript665 B1
    image0 b0
    font0 b0
    Total861 B2

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript665 B1
    image0 b0
    font0 b0
    Total861 B2

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    1480

    Render information

    | First vs third | 

    Third party

    Third party requests categorised by Third party web.

    First party requests and sizes per content type

    Calculated using .*100.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html325 B17.0 KB114.0 KB1
    css4.1 KB73.3 KB432.1 KB13
    javascript3.3 KB79.0 KB246.5 KB10
    image2.9 KB1.8 MB1.8 MB11
    font1.1 KB129.5 KB129.5 KB4
    Total11.9 KB2.1 MB2.7 MB40

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b0 b0 b0
    font0 b0 b0 b0
    TotalN/AN/AN/A